Search:

Type: Posts; User: willmer

Search: Search took 0.16 seconds.

  1. Re: Trouble using enum in constructor when creating a class

    I suppose I should read the stickies huh?

    Instead of trying to fix my code. Could you tell me the proper way to create an enum and then use it when creating an object?
    like would this be...
  2. [Solved]Trouble using enum in constructor when creating a class

    I am having trouble getting my enum to work when I try to create a new class and construct it.


    public enum MonsterType{
    FIRE,
    WATER,
    EARTH,
    AIR
    }
    This is my...
Results 1 to 2 of 2