From 2deca3abad4be044175330843f49263a58428656 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Wed, 21 Mar 2018 13:21:29 -0700 Subject: [PATCH] Added note to documentation --- ConfigItem/EntityName.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigItem/EntityName.cs b/ConfigItem/EntityName.cs index b738f82..e5deea2 100644 --- a/ConfigItem/EntityName.cs +++ b/ConfigItem/EntityName.cs @@ -5,6 +5,7 @@ /// /// Used to join together an entity ID and its name when read from configuration. /// In configuration, entities are fully specified with a prefix (if necessary), an ID, two colons, and a name. + /// An EntityName struct can have either an ID, Name, or both. It cannot have neither. /// struct EntityName {