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