This commit is contained in:
vis2k 2019-01-01 16:33:45 +01:00
parent 7626310b94
commit 4d76ac5301

View File

@ -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;