initial file creation
This commit is contained in:
16
code/EntityComponents/Lucker/Cameras/FixedCamera.cs
Normal file
16
code/EntityComponents/Lucker/Cameras/FixedCamera.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Sandbox;
|
||||
|
||||
namespace LuckerGame.Components.Lucker.Cameras;
|
||||
|
||||
public partial class FixedCamera : AbstractCamera, ISingletonComponent
|
||||
{
|
||||
public override void BuildInput()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
protected override void UpdateCameraParameters()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user