General formatting and cleanup.

This commit is contained in:
Ottermandias 2021-07-26 16:17:20 +02:00
parent 2b46397e8e
commit 12ee42df8e
29 changed files with 289 additions and 197 deletions

View file

@ -5,7 +5,7 @@ using Penumbra.GameData.Structs;
namespace Penumbra.PlayerWatch
{
public class PlayerWatcher : IDisposable, IPlayerWatcher
public class PlayerWatcher : IPlayerWatcher
{
public int Version { get; } = 1;