Merge pull request #8417 from abcdefg30/newlua_disguise

Added DisguiseAs and DisguiseAsType functions to lua
This commit is contained in:
Matthias Mailänder
2015-07-05 20:04:00 +02:00
6 changed files with 63 additions and 20 deletions

View File

@@ -18,7 +18,6 @@ namespace OpenRA
{
/// <summary>
/// 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>
public class ActorInfo
{