Advertisement
ijontichy

<stdin>

Feb 7th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <<<<<<< HEAD
  2. actor DukeFlying : Boolean {}
  3. actor DukeVision : Boolean {}
  4. actor DukeJetpackFuel : Counter { Inventory.MaxAmount 100 }
  5. actor DukeVisionFuel : Counter { Inventory.MaxAmount 100 }
  6. =======
  7. actor DukeFlying: Boolean {}
  8. actor DukeVision: Boolean {}
  9. actor DukeJetpackFuel: Counter { Inventory.MaxAmount 100 }
  10. actor DukeVisionFuel: Counter { Inventory.MaxAmount 100 }
  11. >>>>>>> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement