SunsetHigh.Cafeteria.Cafeteria C# (CSharp) Method

Cafeteria() public method

public Cafeteria ( ) : System
return System
        public Cafeteria()
            : base()
        {
            isFoodFight = false;
            FC1timer = 0;
            FC2timer = 0;
            FC3timer = 0;
            FC4timer = 0;
            FC1acounter = 0;
            FC2counter = 0;
            FC2acounter = 0;
            FC3counter = 0;
            FC3acounter = 0;
            FC4counter = 0;
            FC4acounter = 0;
            foodType = 0;
            foodFightDifficulty = 0;
        }