コード例 #1
0
        public AbnormalStatusContent Creat(AbnormalStatusSource source, int count, params object[] args)
        {
            var content = source.Generate(owner, args);

            content.Increase(count);
            asList.Add(content);
            owner.OnAddAStatus();
            return(content);
        }