Added support for bhl_native_class token
This commit is contained in:
parent
9d5d076149
commit
86abc4e667
|
@ -184,6 +184,8 @@ function cs_simple_type(\mtgType $type)
|
|||
}
|
||||
throw new Exception("Unknown type '{$type}'");
|
||||
}
|
||||
if($type->hasToken("bhl_native_class"))
|
||||
return $type->getToken("bhl_native_class");
|
||||
return $type->getName();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue