LUA and trait documentation fixes
- Typo in documentation ("proximitry").
- Add spaces between sentences.
- Remove most occurrences of " " (two spaces) unless clearly used as indendation
- Punctuation (although no fullstop after filenames like "notifications.yaml").
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.RA.Traits
|
||||
[Desc("Map player to use when 'InternalName' is defined on 'OwnerType'.")]
|
||||
public readonly string InternalOwner = null;
|
||||
|
||||
[Desc("DeathType that triggers the actor spawn." +
|
||||
[Desc("DeathType that triggers the actor spawn. " +
|
||||
"Leave empty to spawn an actor ignoring the DeathTypes.")]
|
||||
public readonly string DeathType = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user