Example #1
0
 // Constructor sets the default stats for this turn
 // We probably want to be able to serialize these stats for different level loadings
 public RogueBot(double x, double y)
     : base(x, y, 50, 50)
 {
     myStats = new RogueBotStats();
 }
Example #2
0
 // Constructor sets the default stats for this turn
 // We probably want to be able to serialize these stats for different level loadings
 public RogueBot(double x, double y)
     : base(x, y, 50, 50)
 {
     myStats = new RogueBotStats();
 }