Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private List<Func<ShotScriptArgs, IScript<ScriptedEntity>>> scriptMakers;
- public Weapon(Func<ShotScriptArgs, IScript<ScriptedEntity>> scriptMaker)
- {
- scriptMakers = new List<Func<ShotScriptArgs, IScript<ScriptedEntity>>>();
- scriptMakers.Add(scriptMaker);
- }
Advertisement
Add Comment
Please, Sign In to add comment