diff --git a/v3/src/gameobjects/GameObject.js b/v3/src/gameobjects/GameObject.js index c9b3ac2cf..1abfb39c7 100644 --- a/v3/src/gameobjects/GameObject.js +++ b/v3/src/gameobjects/GameObject.js @@ -48,6 +48,11 @@ var GameObject = new Class({ return this; }, + // To be overridden by custom GameObjects. Allows base objects to be used in a Pool. + update: function () + { + }, + // Can be overridden by custom Game Objects, but provides default export functionality toJSON: function () {