📜  gms2 对象函数 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:49.450000             🧑  作者: Mango

代码示例2
// It's important that this method is defined before it's being used
// put the function inside of the create event!
methodName = function(args) {
  // Do stuff
}