This website requires JavaScript.
Explore
Help
Sign In
Ratel
/
ToriaAssets
Watch
1
Star
0
Fork
0
Code
Pull Requests
Actions
Packages
Projects
Releases
Activity
Files
aa123c28c826ce42eb1b372dfd81ef7a43b9812d
ToriaAssets
/
Imports
/
RPG and MMO UI 9
/
Scripts
/
UI
/
Bars
/
IUIProgressBar.cs
T
8 lines
114 B
C#
Raw
Normal View
History
Unescape
Escape
add all assets of the universe
2026-05-06 15:07:56 +02:00
namespace
DuloGames.UI
{
public
interface
IUIProgressBar
{
float
fillAmount
{
get
;
set
;
}
}
}
Copy Permalink