Skip to content

Instantly share code, notes, and snippets.

@jesterswilde
Created December 17, 2018 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesterswilde/6b4b3a4ecdfab68f16d653de756a4b32 to your computer and use it in GitHub Desktop.
Save jesterswilde/6b4b3a4ecdfab68f16d653de756a4b32 to your computer and use it in GitHub Desktop.
public interface ITimed
{
TimedState Serialize();
void Hydrate(SeriealizedState state);
void Play(float time);
void ProcessAction(Action action);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment