11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
|
using UnityEngine;
|
||
|
using RPGCreationKit;
|
||
|
|
||
|
namespace RPGCreationKit
|
||
|
{
|
||
|
public class #SCRIPTNAME# : ItemScript
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|