mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-13 11:39:54 +07:00
Create asset menu item for SwfSettings
This commit is contained in:
@@ -57,6 +57,10 @@ namespace FTRuntime {
|
||||
}
|
||||
}
|
||||
|
||||
[CreateAssetMenu(
|
||||
fileName = "SwfSettings",
|
||||
menuName = "FlashTools/SwfSettings",
|
||||
order = 100)]
|
||||
public class SwfSettings : ScriptableObject {
|
||||
public SwfSettingsData Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user