8 lines
No EOL
167 B
C#
8 lines
No EOL
167 B
C#
using System.Runtime.Serialization;
|
|
|
|
namespace WingsEmu.Game.Configurations;
|
|
|
|
[DataContract]
|
|
public class UpgradeNormalItemConfiguration : UpgradeItemConfiguration
|
|
{
|
|
} |