LeagueSandbox / LeagueSandbox-Default

LeagueSandbox's Default Content Package
70 stars 95 forks source link

Interchangeable Spell Script #26

Closed MatthewFrench closed 6 years ago

MatthewFrench commented 7 years ago

Modified spell scripts to be more generic and interchangeable between passive, spells and buffs(and eventually gameobject AI). Blanked out all empty spells.

moonshadow565 commented 7 years ago

public string Foo { get; set; } stuff like this can be used in interfaces

MythicManiac commented 7 years ago

Using properties in interfaces won't implement them, it will just make it required for the subclasses to implement them AFAIK

MythicManiac commented 6 years ago

Closing this as stale (almost a year old and needs huge rebase)