예제 #1
0
            public Class_Inherit_From_Class()
            {
                BooleanProperty = true;
                IntegerProperty = 13;
                StringProperty  = "TestString";

                Vec3Property = new CryEngine.Vec3(1, 2, 3);
            }
예제 #2
0
            public Class_Inherit_From_Class()
            {
                BooleanProperty = true;
                IntegerProperty = 13;
                StringProperty = "TestString";

                Vec3Property = new CryEngine.Vec3(1, 2, 3);
            }