예제 #1
0
 public bool TryGet(UUID uuid, out Entity entity)
 {
     return(EntityByUUID.TryGetValue(uuid, out entity));
 }