// Copyright © 2017 Project Golan, all rights reserved. entity Shootable { health 1 } entity Player < Shootable { task G_Player_Think size 3 drawsize 16 sprite "ent/player" } // EOF