Example #1
0
 private static bool IsGuuID <V>(KeyValuePair <long, V> pair) => IDRegistry.IsActorRegistered(pair.Key);
Example #2
0
 //? Check Functions
 private static bool IsGuuID(long toTest) => IDRegistry.IsActorRegistered(toTest);