DevOps 1 Posted July 21, 2017 Hey guys, I'm working on my miner script but i need some inspiration with handling different types of rocks. Can you guys post a snippet how you would approach this? Color or ID? Thanks in advance - DevOps
Soldtodie 76 Posted July 21, 2017 public boolean isMined(GameObject rock) { return rock == null || rock.getModelColors() == null; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.