feat: Add switch container functionality
This commit is contained in:
@@ -15,4 +15,11 @@ namespace OCES.Audio
|
||||
Bass = 6, // 测试用值
|
||||
}
|
||||
|
||||
public enum TileMaterial
|
||||
{
|
||||
Normal, // 普通牌
|
||||
Ice, // 冰
|
||||
Cloud, // 云
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user