Skip to content
Snippets Groups Projects
Commit a001ffa2 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

consider Join and Leave methods

parent 7d062044
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,20 @@ public class SimulationManager ...@@ -48,6 +48,20 @@ public class SimulationManager
{ {
// TODO // TODO
} }
/**
* An entity can Join the simulation according to specifications
*/
public void Join()
{
// TODO
}
/**
* An entity can Leave the simulation according to specifications
*/
public void Leave()
{
// TODO
}
/** /**
* Simple simulation record type * Simple simulation record type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment