This website requires JavaScript.
Explore
Help
Register
Sign In
Conjure
/
DeathBook
Watch
6
Star
0
Fork
0
You've already forked DeathBook
mirror of
https://github.com/ConjureETS/DeathBook.git
synced
2026-03-24 12:30:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
DeathBook
/
Assets
/
Scripts
/
ObserverPattern
/
IObserver.cs
Patrice Vignola
f626c164dd
- Started the selection behavior when we click on a person node
2015-08-13 22:02:44 -04:00
4 lines
52 B
C#
Raw
Blame
History
public
interface
IObserver
{
void
Notify
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink