Sanguosha.Core.UI.ActionLog.ActionLog C# (CSharp) Method

ActionLog() public method

public ActionLog ( ) : System
return System
        public ActionLog()
        {
            Targets = new List<Player>();
            SecondaryTargets = new List<Player>();
        }
ActionLog