Exemple #1
0
 protected bool isLantern(BaseOven entity)
 {
     if (entity.LookupShortPrefabName() == "lantern_deployed.prefab")
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }