Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugi0 committed Jul 27, 2023
2 parents 171ac65 + 8c4894f commit f48adac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace ZombieAttackInfection.com.github.sekasin.zombieattackinfection
public class ZombieAttackInfection: Plugin<Config>
{
public override string Name => "ZombieAttackInfection";
public override string Author => "Ugi0";
public override Version Version => new Version(1, 0, 1);
public override string Author => "Ugi0 & TenDRILLL";
public override Version Version => new Version(1, 0, 5);
public EventHandler eventHandler;

public override void OnEnabled() {
Expand Down

0 comments on commit f48adac

Please sign in to comment.