behaviour.monkey2 180 B

12345678910111213
  1. Namespace mojo3d
  2. Class Behaviour Extends Component
  3. Const Type:=New ComponentType( "Behaviour",0,Null )
  4. Method New( entity:Entity )
  5. Super.New( entity,Type )
  6. End
  7. End