13 lines
No EOL
270 B
C#
13 lines
No EOL
270 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using System.Collections.Generic;
|
|
|
|
namespace Plugin.FamilyImpl.Achievements
|
|
{
|
|
public class FamilyAchievementsConfiguration
|
|
{
|
|
public List<FamilyAchievementSpecificConfiguration> Counters { get; set; }
|
|
}
|
|
} |