1
This commit is contained in:
36
Src/Cosmetics/ICosmeticsService.cs
Normal file
36
Src/Cosmetics/ICosmeticsService.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit.Modification;
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace Net.Project.B.Cosmetics
|
||||
{
|
||||
public interface ICosmeticsClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct CosmeticsHand:ICosmeticsClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct CosmeticsModel:ICosmeticsClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct CosmeticsHat:ICosmeticsClass
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class CosmeticsCustomizeComponent
|
||||
{
|
||||
public virtual HashSet<int> ComponentIds { get; set; } = new();
|
||||
}
|
||||
}
|
11
Src/Cosmetics/ICosmeticsService.cs.meta
Normal file
11
Src/Cosmetics/ICosmeticsService.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: edfb262a318e99448ad62c27505d1f9a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
18
Src/Cosmetics/Net.Project.B.Cosmetics.asmdef
Normal file
18
Src/Cosmetics/Net.Project.B.Cosmetics.asmdef
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Net.Project.B.Cosmetics",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": true
|
||||
}
|
7
Src/Cosmetics/Net.Project.B.Cosmetics.asmdef.meta
Normal file
7
Src/Cosmetics/Net.Project.B.Cosmetics.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 44495f3f3cb105748baf59ecacd464c6
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user