Exemplo n.º 1
0
 public void DetachBeginPlayEvent(ModuleBeginPlay eventHandler)
 {
 }
Exemplo n.º 2
0
 public void AttachBeginPlayEvent(ModuleBeginPlay eventHandler)
 {
     _eventBeginPlay += eventHandler;
 }