쉴드 크기 조절
This commit is contained in:
parent
3e67f4e89e
commit
7ebf2d351b
|
|
@ -8,6 +8,11 @@ public class MobShield : MonoBehaviour
|
|||
bool m_CrashShield;
|
||||
MobActor m_Mob;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
transform.localScale = Vector3.one * 1.5f;
|
||||
}
|
||||
|
||||
public void Set(bool crashshield, MobActor mob)
|
||||
{
|
||||
m_CrashShield = crashshield;
|
||||
|
|
|
|||
Loading…
Reference in New Issue