This commit is contained in:
Ino 2026-01-16 13:59:20 +09:00
parent 7ebf2d351b
commit a55eea6f49
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ 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;