9 lines
No EOL
196 B
C#
9 lines
No EOL
196 B
C#
using System.Collections.Generic;
|
|
using System.Runtime.Serialization;
|
|
|
|
namespace WingsEmu.Game.Configurations;
|
|
|
|
[DataContract]
|
|
public class UpgradeItemConfiguration : List<UpgradeItemStats>
|
|
{
|
|
} |