21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
|
|
/*
|
||
|
|
文件名:Throw_2.nut
|
||
|
|
路径:User/ObjectActScript/AiCharacterObjectFunc/All/Throw_2.nut
|
||
|
|
创建日期:2024-05-17 10:06
|
||
|
|
文件用途:引导2状态
|
||
|
|
*/
|
||
|
|
function Character_Start_Throw_2() {
|
||
|
|
SetAnimation(ThrowAni1_2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function Character_Proc_Throw_2(dt, StateTime) {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
function Character_End_Throw_2() {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
function Character_AniEndFlag_Throw_2() {
|
||
|
|
|
||
|
|
}
|