starting weapon rendering stuff

This commit is contained in:
2022-03-24 20:45:49 +02:00
parent 4997077978
commit 719dd40808
10 changed files with 187 additions and 88 deletions

View File

@@ -15,6 +15,10 @@ namespace Game
public bool IsRecording { get { return demoFileStream != null; } }
public PlayerInputLocal()
{
}
public PlayerInputLocal(string demoPath)
{
demoFileStream = File.Open(demoPath, FileMode.Create, FileAccess.Write);