First commit for private source control. Older commits available on Github.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Save
|
||||
{
|
||||
public record RequestGameSaveEvent : IEvent;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a27f3f62cc9d4d21b332fe9b68554ab
|
||||
@@ -0,0 +1,6 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
|
||||
namespace BriarQueen.Framework.Events.Save
|
||||
{
|
||||
public record SettingsChangedEvent : IEvent;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b4561f86857c748ff905ab37dfa4fed0
|
||||
Reference in New Issue
Block a user