示例#1
0
 private static World TryUpdateWob(World world, Guid id, float secondsPassed)
 {
     var wob = world.GetWob<Wob>(id);
     return wob == null ? world : wob.Update(secondsPassed, world);
 }