コード例 #1
0
            public LocalHelper(IActorContext context)
            {
                var loc = context.Loc();

                Unkowen         = loc.RequestString("genericunkowen");
                GenericStart    = loc.RequestString("genericstart");
                GenericNotStart = loc.RequestString("genericnotstart");
            }