Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical authored May 24, 2020
1 parent 8c1c923 commit e05ff61
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [Contents](https://github.com/Abbysssal/RogueLibs) ##

1. [Main page](https://github.com/Abbysssal/RogueLibs/blob/master/README.md)
2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md)
3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md)
4. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md)
5. **RogueLibs Changelog**

## Changelog ##
Here you will find all updates on RogueLibs, so you can specify your RogueLibs' version dependency better.

#### RogueLibs v1.1 ####
* Fixed a bug, when deleted mods' mutators were showing in the Mutator Menu;

#### RogueLibs v1.0 ####
* Added Mutator and CustomName classes and some extra functions.
1 change: 1 addition & 0 deletions CustomNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md)
3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md)
4. **CustomNames**
5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md)

## Creating CustomNames ##
```cs
Expand Down
3 changes: 2 additions & 1 deletion Mutators.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md)
3. **Mutators**
4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md)
5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md)

## Creating Mutators ##
```cs
Expand Down Expand Up @@ -163,4 +164,4 @@ myMutator.OnEnabled += MyListener;
myMutator.OnDisabled += MyListener2;

myMutator.OnEnabled -= MyListener;
```
```
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md)
3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md)
4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md)
5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md)

## Links ##
* [RogueLibs on GitHub](https://github.com/Abbysssal/RogueLibs)
Expand All @@ -13,7 +14,7 @@
* [ECTD (Edit Characters Through Description)](https://github.com/Abbysssal/ECTD)
* Custom Loader - you can find this mod in #modding-gallery at [official Streets of Rogue Discord server](https://discord.com/invite/streetsofrogue)

# RogueLibs #
# RogueLibs v1.0.1 #
This modding library allows you to easily add custom mutators and localization lines, plus it has some extra functions that you might need.

## How to use RogueLibs in your mods ##
Expand Down
1 change: 1 addition & 0 deletions RogueLibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
2. **RogueLibs**
3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md)
4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md)
5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md)

## Faster Patches ##
You can replace this part of your code:
Expand Down

0 comments on commit e05ff61

Please sign in to comment.