Data.getObjTypesPicturesDir C# (CSharp) Method

getObjTypesPicturesDir() public method

public getObjTypesPicturesDir ( ) : string
return string
    public string getObjTypesPicturesDir()
    {
        return "obj_sprites_dwd";
    }
Data