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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user