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