API TypingState et mise à jour des éléments associés.
This commit is contained in:
9
MareSynchronosAPI/Data/Enum/TypingScope.cs
Normal file
9
MareSynchronosAPI/Data/Enum/TypingScope.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MareSynchronos.API.Data.Enum;
|
||||
|
||||
public enum TypingScope
|
||||
{
|
||||
Unknown = 0,
|
||||
Proximity = 1, // Parler/Crier/Hurler
|
||||
Party = 2,
|
||||
CrossParty = 3
|
||||
}
|
||||
Reference in New Issue
Block a user