Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class BattleSimulator
  2. {
  3. public Turn Initial { get; }
  4. public List<Turn> Victories { get; }
  5. public List<Turn> Defeats { get; }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement