This website requires JavaScript.
Explore
Help
Register
Sign In
iwnc2020
/
ProjectDDD
Watch
2
Star
0
Fork
0
You've already forked ProjectDDD
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
aa51855030
ProjectDDD
/
Assets
/
_DDD
/
_Scripts
/
GameUi
/
RestaurantManagementUi
/
ItemUi
/
IInteractableUi.cs
9 lines
124 B
C#
Raw
Normal View
History
Unescape
Escape
ui 작업
2025-08-03 23:09:01 +00:00
using
System.Threading.Tasks
;
ui 작업 중
2025-07-25 07:58:53 +00:00
namespace
DDD
{
public
interface
IInteractableUi
{
ui 작업
2025-08-03 23:09:01 +00:00
Task
OnInteract
(
)
;
ui 작업 중
2025-07-25 07:58:53 +00:00
}
}
Reference in New Issue
Copy Permalink