mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Roblox.RSS;
|
||||
|
||||
public class StandardFeedImage : IImage
|
||||
{
|
||||
private string url;
|
||||
|
||||
public int Width => 118;
|
||||
|
||||
public int Height => 31;
|
||||
|
||||
public string Url => url;
|
||||
|
||||
public StandardFeedImage(string url)
|
||||
{
|
||||
this.url = url;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user