This website requires JavaScript.
Explore
Help
Register
Sign In
hemp
/
slowpoker
Watch
1
Star
0
Fork
0
You've already forked slowpoker
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
slowpoker
/
Assets
/
Scripts
/
Interactive
/
IInteractable.cs
11 lines
139 B
C#
Raw
Normal View
History
Unescape
Escape
upd
2024-10-17 23:09:51 +03:00
namespace
Interactive
{
interface
IInteractable
{
void
Interact
(
)
;
laptop
2024-10-19 02:54:12 +03:00
void
LookAt
(
)
;
void
LookOut
(
)
;
upd
2024-10-17 23:09:51 +03:00
}
}
Reference in New Issue
Copy Permalink