Exemple #1
0
    public static PlayerShot Add(string tag_name, float x, float y, float z)
    {
        // Enemyインスタンスの取得
        PlayerShot ps = parent.Add(x, y, z);

        ps.SetTagName(tag_name);

        return(ps);
    }