示例#1
0
 public bool TryLookupEntity(MathIdentifier entityId, out Entity value)
 {
     return(entityTable.TryGetValue(entityId, out value));
 }