Ejemplo n.º 1
0
 public Play()
 {
     Drawings = new List <Drawing>();
     Tags     = new StringTagStore();
     Players  = new PlayersTagStore();
     Teams    = new TeamsTagStore();
 }
Ejemplo n.º 2
0
 public Play()
 {
     Drawings     = new List <Drawing>();
     Tags         = new StringTagStore();
     Players      = new PlayersTagStore();
     Teams        = new TeamsTagStore();
     Fps          = 25;
     PlaybackRate = 1.0;
 }