summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Decorations/Decoration_MystreyMask.cs
blob: fe1868e12559ce11f31d7437d0901a0cbde0607e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

/// <summary>
/// ÉñÃØÃæÕÖ
/// </summary>
public class Decoration_MystreyMask : DecorationBase
{
	public override string name => "ÉñÃØÃæÕÖ";

	public override string iconPath => "art/ui/decoration/mestry_mask";

}