增加设置视图可用的yarn命令
This commit is contained in:
@@ -9,14 +9,14 @@ public class Socket : MonoBehaviour, ISocket
|
||||
{
|
||||
if (IsAvailable)
|
||||
{
|
||||
// Here you can add the functionality that will be executed when a plug is inserted
|
||||
|
||||
IsAvailable = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void RemovePlug(Plug plug)
|
||||
{
|
||||
// Here you can add the functionality that will be executed when a plug is removed
|
||||
|
||||
IsAvailable = true;
|
||||
}
|
||||
public Vector2 GetPosition()
|
||||
|
||||
Reference in New Issue
Block a user