@@ -13,7 +13,7 @@ public sealed class TypingIndicatorPrototype : IPrototype
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("spritePath")]
|
||||
public ResPath SpritePath = new("/Textures/Effects/speech.rsi");
|
||||
public ResourcePath SpritePath = new("/Textures/Effects/speech.rsi");
|
||||
|
||||
[DataField("typingState", required: true)]
|
||||
public string TypingState = default!;
|
||||
|
||||
Reference in New Issue
Block a user