Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
poi-vrc committed May 1, 2024
1 parent da07e37 commit a3417b6
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Editor/Configurator/Avatar/AvatarProvider.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Copyright (c) 2024 chocopoi
*
* This file is part of DressingTools.
*
* DressingTools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
*
* DressingTools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with DressingFramework. If not, see <https://www.gnu.org/licenses/>.
*/

namespace Chocopoi.DressingTools.Configurator.Avatar
{
internal class AvatarProvider
{
}
}
11 changes: 11 additions & 0 deletions Editor/Configurator/Avatar/AvatarProvider.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Editor/Configurator/Avatar/IAvatarProvider.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* Copyright (c) 2024 chocopoi
*
* This file is part of DressingTools.
*
* DressingTools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
*
* DressingTools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with DressingFramework. If not, see <https://www.gnu.org/licenses/>.
*/

using UnityEngine;

namespace Chocopoi.DressingTools.Configurator.Avatar
{
internal interface IAvatarProvider
{
GameObject[] GetSceneAvatars();
IAvatarSettings GetAvatarSettings(GameObject avatarGameObject);
}
}
11 changes: 11 additions & 0 deletions Editor/Configurator/Avatar/IAvatarProvider.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Editor/Configurator/Avatar/OneConfAvatarSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace Chocopoi.DressingTools.Configurator.Avatar
{

internal class OneConfAvatarSettings : IAvatarSettings
{
public WriteDefaultsModes WriteDefaultsMode
Expand Down

0 comments on commit a3417b6

Please sign in to comment.