fluffy-mods / ColonyManager

Colony manager for RimWorld
Other
71 stars 38 forks source link

Doesn't compile: `IsChunk()` is not found in ThingDef #176

Open hopeseekr opened 3 years ago

hopeseekr commented 3 years ago

ManagerTab_Mining.cs(57, 31): [CS1061] 'ThingDef' does not contain a definition for 'IsChunk' and no accessible extension method 'IsChunk' accepting a first argument of type 'ThingDef' could be found (are you missing a using directive or an assembly reference?)

            if ( resource.IsChunk() )