You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 regels
136 B

  1. using System;
  2. using SUISSEngine;
  3. [Serializable]
  4. public class LevelDefinition
  5. {
  6. public int XP;
  7. public Currencies Reward;
  8. }