update
This commit is contained in:
12
script_linkedgroup/Sources/lnx/PinTrait.hx
Normal file
12
script_linkedgroup/Sources/lnx/PinTrait.hx
Normal file
@ -0,0 +1,12 @@
|
||||
package lnx;
|
||||
|
||||
class PinTrait extends iron.Trait {
|
||||
|
||||
public function new() {
|
||||
super();
|
||||
|
||||
notifyOnInit(function() {
|
||||
trace("Pin spawned!");
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user