RosimInc 9d06c3fe30 Started implementing game time, player awareness update after death.
Signed-off-by: RosimInc <rosim_inc@hotmail.com>
2015-08-14 18:51:31 -04:00

7 lines
88 B
C#

namespace DeathBook.Util
{
public interface IObserver
{
void Notify();
}
}