Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

Unexpose some constructor methods from scripting #32

Open LocalInsomniac opened 3 months ago

LocalInsomniac commented 3 months ago

Some constructors such as Player contain methods which may break the internal game state if used incorrectly. They should be moved into separate functions.