CrossTheLine
✅ Best way to use and compare enums? (Unity)
Well, I'm simply confused and asking about it, I guess. Because I've defined the
public enum Suits { heart, spade, diamond, club};
in the CardClass, I don't know if the best approach to this in the Game Manager is to quite literally, just copy-paste the exact same enum over? I'm not sure how one would refer to the enum without specifying what it is somehow40 replies