riversong code showcase
This commit is contained in:
12
Source/Riversong/Game/Demo/DemoCompletedSignal.cs
Normal file
12
Source/Riversong/Game/Demo/DemoCompletedSignal.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct DemoCompletedSignal
|
||||
{
|
||||
public float GameTime;
|
||||
|
||||
public DemoCompletedSignal(float gameTime)
|
||||
{
|
||||
GameTime = gameTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user