Removed using from ChatAuthenticator

This commit is contained in:
MrGadget 2022-01-19 19:33:07 -05:00
parent 171d3543be
commit d1543d5943

View File

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
/*
@ -209,4 +208,4 @@ public void OnAuthResponseMessage(AuthResponseMessage msg)
#endregion
}
}
}