Data.isEnemyEditorEnabled C# (CSharp) Méthode

isEnemyEditorEnabled() public méthode

public isEnemyEditorEnabled ( ) : bool
Résultat bool
    public bool isEnemyEditorEnabled()
    {
        return false;
    }
Data