示例#1
0
        public void GetSimObjectTest()
        {
            var so = _context.GetSimObject <Creature>(51, 57, Direction.N);

            Assert.IsInstanceOfType(so, typeof(Creature));
        }