mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-24 12:30:59 +00:00
7 lines
88 B
C#
7 lines
88 B
C#
namespace DeathBook.Util
|
|
{
|
|
public interface IObserver
|
|
{
|
|
void Notify();
|
|
}
|
|
} |