document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Regen_HP : Attribute
  2. {
  3.     public void Regen (PlaneShip ship)
  4.     {
  5.         //Do stuff
  6.     }
  7. }
');