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