asd
This commit is contained in:
16
Libraries/trend.clothing_dresser/Code/ClothingDresser.cs
Normal file
16
Libraries/trend.clothing_dresser/Code/ClothingDresser.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
using Sandbox;
|
||||
using System.Collections.Generic;
|
||||
|
||||
[Icon( "checkroom" )]
|
||||
[Category( "Citizen" )]
|
||||
public sealed class ClothingDresser : Component, Component.ExecuteInEditor
|
||||
{
|
||||
public Dictionary<GameObject, Clothing> EnabledClothing { get; set; } = new();
|
||||
|
||||
|
||||
protected override void OnUpdate()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user