hyades.entity.Entity.Entity C# (CSharp) Method

Entity() public method

public Entity ( ) : System
return System
        public Entity()
        {
            visible = true;
            removed = false;
            id = count++;
            name = id.ToString();
        }