Update the ActorInfo summary

This commit is contained in:
abcdefg30
2015-07-04 13:02:18 +02:00
parent d72fd39d61
commit 6afc6a879e

View File

@@ -18,7 +18,6 @@ namespace OpenRA
{ {
/// <summary> /// <summary>
/// A unit/building inside the game. Every rules starts with one and adds trait to it. /// A unit/building inside the game. Every rules starts with one and adds trait to it.
/// Special actors like world or player are usually defined in system.yaml and affect everything.
/// </summary> /// </summary>
public class ActorInfo public class ActorInfo
{ {