mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Syntax
This commit is contained in:
parent
7626310b94
commit
4d76ac5301
@ -1427,7 +1427,7 @@ static bool IsNetworkBehaviour(TypeDefinition td)
|
||||
return false;
|
||||
}
|
||||
|
||||
static public bool IsDerivedFrom(TypeDefinition td, TypeReference baseClass)
|
||||
public static bool IsDerivedFrom(TypeDefinition td, TypeReference baseClass)
|
||||
{
|
||||
if (!td.IsClass)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user