We have a lobby! (#127)
It's shoddy as hell but it works for our purposes.
This commit is contained in:
committed by
GitHub
parent
f887d22a16
commit
845d0f9182
10
Content.Client/Interfaces/IClientGameTicker.cs
Normal file
10
Content.Client/Interfaces/IClientGameTicker.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SS14.Client;
|
||||
|
||||
namespace Content.Client.Interfaces
|
||||
{
|
||||
public interface IClientGameTicker
|
||||
{
|
||||
void Initialize();
|
||||
void FrameUpdate(RenderFrameEventArgs renderFrameEventArgs);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user