Ejemplo n.º 1
0
 public void Start()
 {
     if (Game.ISNEWGAME)
     {
         newspaperEvent = events[0];
     }
     else
     {
     }
 }
Ejemplo n.º 2
0
 public static void triggerNewspaperEvent(int id)
 {
     pos            = id;
     newspaperEvent = events[id];
 }