Skip to content

Commit

Permalink
Merge pull request #6 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.4
  • Loading branch information
OpOpYaDev authored and OpOpYaDev committed Oct 8, 2024
1 parent 0e31ea0 commit 07e4af8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Runtime/Modules/ElementPrefabsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,16 @@ protected internal override async Task<bool> TryReleaseElement(UIProcessor proce
[Serializable]
public class ElementPrefabsModule : ElementPrefabsModule<IElement>
{
public ElementPrefabsModule()
{
}

public ElementPrefabsModule(IEnumerable<IElement> prefabs) : base(prefabs)
{
}

public ElementPrefabsModule(IEnumerable<GameObject> rawPrefabs) : base(rawPrefabs)
{
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.uiprocessor",
"displayName": "Better UI Processor",
"version": "0.0.3",
"version": "0.0.4",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit 07e4af8

Please sign in to comment.