コード例 #1
0
ファイル: SpriteGen.cs プロジェクト: ooopn/Project-Survive
    //Stats


    // Use this for initialization
    void Start()
    {
        instance = this;
        //Generate Traits
        Trait.generateTraits();

        //Read in the names from the name files
        readInNames();
    }