📜  gms2 对象方法 - 任何代码示例

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

代码示例1
// 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
}