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