style: run formatter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using ChatTwo.Code;
|
||||
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal class ChannelSwitchInfo {
|
||||
internal InputChannel? Channel { get; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal enum RotateMode {
|
||||
None,
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal sealed class TellHistoryInfo {
|
||||
internal string Name { get; }
|
||||
internal uint World { get; }
|
||||
internal ulong ContentId { get; }
|
||||
|
||||
|
||||
internal TellHistoryInfo(string name, uint world, ulong contentId) {
|
||||
this.Name = name;
|
||||
this.World = world;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal sealed class TellTarget {
|
||||
internal string Name { get; }
|
||||
internal ushort World { get; }
|
||||
internal ulong ContentId { get; }
|
||||
internal TellReason Reason { get; }
|
||||
|
||||
|
||||
internal TellTarget(string name, ushort world, ulong contentId, TellReason reason) {
|
||||
this.Name = name;
|
||||
this.World = world;
|
||||
|
||||
Reference in New Issue
Block a user