mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Asset renaming + AssetHierarchy: major refactoring for file tree construction
+ AssetFile: Added "AssetConfigPath" Property + Less crashy, more cleaner
This commit is contained in:
@@ -40,6 +40,7 @@ class AssetFile
|
||||
|
||||
public StringView FilePath => _path;
|
||||
public StringView Identifier => _identifier;
|
||||
public StringView AssetConfigPath => _assetConfigPath;
|
||||
|
||||
public const String ConfigFileExtension = ".ass";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user