예제 #1
0
파일: Exposer.cs 프로젝트: uotools/PlayUO
        public void Count(string what)
        {
            switch (what.ToLower())
            {
            case "regs":
                Engine.CountReagents();
                break;

            case "ammo":
                Engine.CountAmmo();
                break;
            }
        }