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
91a2e7bc145fcbb4bf6502ffae0fc96d5603b7c7
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