Exemplo n.º 1
0
            public Class_Inherit_From_Class()
            {
                BooleanProperty = true;
                IntegerProperty = 13;
                StringProperty  = "TestString";

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

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