Added simple effect system
This commit is contained in:
@@ -13,3 +13,11 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
class BaseEffect(object):
|
||||
"""
|
||||
This class only defines default meta-data for effects.
|
||||
"""
|
||||
name = "BaseEffect"
|
||||
version = "0.1"
|
||||
author = "LeDD-Freaks"
|
||||
|
Reference in New Issue
Block a user