From e9ea621b93fbb58d9edfca8375918791637bbd52 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 30 Dec 2020 20:59:04 +0800 Subject: +init --- .../src/Impostor.Api/Events/Game/IGameStartingEvent.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Impostor-dev/src/Impostor.Api/Events/Game/IGameStartingEvent.cs (limited to 'Impostor-dev/src/Impostor.Api/Events/Game/IGameStartingEvent.cs') diff --git a/Impostor-dev/src/Impostor.Api/Events/Game/IGameStartingEvent.cs b/Impostor-dev/src/Impostor.Api/Events/Game/IGameStartingEvent.cs new file mode 100644 index 0000000..5998bf2 --- /dev/null +++ b/Impostor-dev/src/Impostor.Api/Events/Game/IGameStartingEvent.cs @@ -0,0 +1,11 @@ +namespace Impostor.Api.Events +{ + /// + /// Called when the game is going to start. + /// When this is called, not all players are initialized properly yet. + /// If you want to get correct player states, use . + /// + public interface IGameStartingEvent : IGameEvent + { + } +} -- cgit v1.1-26-g67d0