增加高亮功能
This commit is contained in:
@@ -120,6 +120,13 @@ namespace AibisDream
|
||||
|
||||
return sq;
|
||||
}
|
||||
|
||||
public void ActivePull()
|
||||
{
|
||||
isPullActive = true;
|
||||
var pull = GetComponentInChildren<CordPull>();
|
||||
pull.ActiveShine();
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user