-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StandardizeFormat process soflan list
- Loading branch information
1 parent
abc9be1
commit 8eb7abe
Showing
7 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
...odules/FumenVisualEditor/ViewModels/EditorObjects/InterpolatableSoflanToolboxGenerator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using Gemini.Modules.Toolbox; | ||
using OngekiFumenEditor.Base.EditorObjects; | ||
|
||
namespace OngekiFumenEditor.Modules.FumenVisualEditor.ViewModels.OngekiObjects | ||
{ | ||
[ToolboxItem(typeof(FumenVisualEditorViewModel), "Interpolatable Soflan", "Misc")] | ||
public class InterpolatableSoflanToolboxGenerator : ToolboxGenerator<InterpolatableSoflan> | ||
{ | ||
|
||
} | ||
} | ||
using Gemini.Modules.Toolbox; | ||
using OngekiFumenEditor.Base.EditorObjects; | ||
|
||
namespace OngekiFumenEditor.Modules.FumenVisualEditor.ViewModels.OngekiObjects | ||
{ | ||
[ToolboxItem(typeof(FumenVisualEditorViewModel), "Interpolatable Soflan", "Soflan")] | ||
public class InterpolatableSoflanToolboxGenerator : ToolboxGenerator<InterpolatableSoflan> | ||
{ | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters