This website requires JavaScript.
Explore
Help
Sign In
Symmetrical
/
BGJ-2022.1
Watch
2
Star
0
Fork
You've already forked BGJ-2022.1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ce27730733
BGJ-2022.1
/
Assets
/
Scripts
/
Interactable
/
IInteractable.cs
9 lines
132 B
C#
Raw
Blame
History
namespace
Interactable
{
public
interface
IInteractable
{
void
Interact
(
)
;
void
ResetInteraction
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink