Add display name to LAN multiplayer type
This commit is contained in:
parent
fc138ee8f5
commit
d4affbc680
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
namespace LANCommander.Data.Enums
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace LANCommander.Data.Enums
|
||||
{
|
||||
public enum MultiplayerType
|
||||
{
|
||||
Local,
|
||||
[Display(Name = "LAN")]
|
||||
Lan,
|
||||
Online
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue