public Vector2 GetScreenPos() { if (status == enum_status.idle) { return(localPos); } else { return(localPos + spawnInfo.GetCurrentPosition()); } }