public ActorData GenerateActor(Vector3 pos) { ActorData dat = world.CreateActor(); dat.pos = pos; return(dat); }