2026-07-08 유나 프로토타입버전 추가

This commit is contained in:
2026-07-08 16:57:32 +09:00
parent 511fb9cccb
commit 74b6342070
232 changed files with 17162 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Bozo.AnimeCharacters
{
public interface IOutfitExtension
{
string GetID();
string GetUniqueID();
void Initalize(OutfitSystem outfitSystem, Outfit outfit);
void Execute(OutfitSystem outfitSystem, Outfit outfit);
//Return Something from this object
//Great when you have a Custom Map that you need read for the CharacterOptimizer
object GetValue();
System.Type GetValueType();
}
public interface IOutfitExtension<T> : IOutfitExtension
{
//Return Something from this object
//Great when you have a Custom Map that you need read for the CharacterOptimizer
new T GetValue();
}
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 95def551e1cef5f45bbb17fef6f038b1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 323550
packageName: 'BoZo: Modular Anime Characters - Base Pack'
packageVersion: 1.8.6
assetPath: Assets/BoZo_ModularAnimeCharacters/Scripts/Interfaces/IOutfitExtension.cs
uploadId: 917032