Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace BracerLib.Events.Interfaces
|
||||
{
|
||||
public interface IGameEvent
|
||||
{
|
||||
event Action<GameEventArgs> BeforeEvent;
|
||||
event Action<GameEventArgs> DuringEvent;
|
||||
event Action<GameEventArgs> AfterEvent;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5495905009a14d24ad885fa5d12da919
|
||||
timeCreated: 1777815885
|
||||
Reference in New Issue
Block a user