riversong code showcase
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct DayNightCycleStepChangedSignal
|
||||
{
|
||||
public DayNightCycleStep Step;
|
||||
|
||||
public DayNightCycleStepChangedSignal(DayNightCycleStep step)
|
||||
{
|
||||
Step = step;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user