From 6afc6a879eb9f89a2be247a9069190229aa5944d Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 4 Jul 2015 13:02:18 +0200 Subject: [PATCH] Update the ActorInfo summary --- OpenRA.Game/GameRules/ActorInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Game/GameRules/ActorInfo.cs b/OpenRA.Game/GameRules/ActorInfo.cs index ccfadccc4c..65d2060c00 100644 --- a/OpenRA.Game/GameRules/ActorInfo.cs +++ b/OpenRA.Game/GameRules/ActorInfo.cs @@ -18,7 +18,6 @@ namespace OpenRA { /// /// 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. /// public class ActorInfo {