ChooseYourSeeds menu
This commit is contained in:
parent
91d85199a7
commit
c9dd4cf175
23 changed files with 471 additions and 95 deletions
9
scripts/components/gui/seedpackets/SeedpacketHandler.cs
Normal file
9
scripts/components/gui/seedpackets/SeedpacketHandler.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
public class SeedpacketHandler
|
||||
{
|
||||
protected Seedpacket _owner;
|
||||
|
||||
public SeedpacketHandler(Seedpacket owner)
|
||||
{
|
||||
_owner = owner;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue