Display in hands Mug for Tavernkeeper
This commit is contained in:
parent
aa850a7c0b
commit
ca8790bb19
8 changed files with 109 additions and 16 deletions
|
@ -7,6 +7,6 @@ public interface IGrabable: IUsable
|
|||
{
|
||||
//Unity inspector doesn't handle well interface...
|
||||
int size {get; set;} //Size (1 or 2 hands) of the object
|
||||
void take();
|
||||
void drop(Vector2 position); //Drop to position
|
||||
void take(Transform taker_tf=null);
|
||||
void drop(Transform tf); //Drop at transform position
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue