13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
PassiveObjectFunction.PassiveObject_Create_273 <- function(parent_obj) {
|
|
SetAnimation(0);
|
|
}
|
|
|
|
PassiveObjectFunction.PassiveObject_Proc_273 <- function(dt) {
|
|
|
|
// print("我被销毁");
|
|
}
|
|
|
|
PassiveObjectFunction.PassiveObject_Destroy_273 <- function(parent_obj) {
|
|
print("我在场上");
|
|
// obj.RemoveSelf();
|
|
} |