Replace ResourcePath with ResPath (#15308)
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Content.Shared.Examine
|
||||
Text = verbText,
|
||||
Message = hoverMessage,
|
||||
Category = VerbCategory.Examine,
|
||||
Icon = new SpriteSpecifier.Texture(new ResourcePath(iconTexture)),
|
||||
Icon = new SpriteSpecifier.Texture(new(iconTexture)),
|
||||
};
|
||||
|
||||
verbsEvent.Verbs.Add(examineVerb);
|
||||
|
||||
Reference in New Issue
Block a user