chrisgregan
9 years ago
13 changed files with 122 additions and 95 deletions
@ -0,0 +1,9 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: eb9106aaabbf94f978cec3f7bf29790e |
||||||
|
folderAsset: yes |
||||||
|
timeCreated: 1459937141 |
||||||
|
licenseType: Free |
||||||
|
DefaultImporter: |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,9 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 927b2ce96300f4cb093db15b56750d0c |
||||||
|
folderAsset: yes |
||||||
|
timeCreated: 1459937186 |
||||||
|
licenseType: Free |
||||||
|
DefaultImporter: |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
@ -0,0 +1,43 @@ |
|||||||
|
# List of c# types to register with MoonSharp |
||||||
|
# LuaBindings usually takes care of registering the types of bound objects, but in some |
||||||
|
# cases you'll need to register a type manually by adding it to this list. |
||||||
|
# You can also register types using MoonSharp's UserData class in the Awake method of a component. |
||||||
|
# To register an extension type, add the E: prefix |
||||||
|
# If the type is defined in the main assembly then you can just use namespace.typename |
||||||
|
# If the type is defined in any other assembly you need to use the full assembly qualified type name. |
||||||
|
|
||||||
|
Fungus.AnimatorVariable |
||||||
|
Fungus.AudioSourceVariable |
||||||
|
Fungus.Block |
||||||
|
Fungus.BooleanVariable |
||||||
|
Fungus.Character |
||||||
|
Fungus.ColorVariable |
||||||
|
Fungus.Command |
||||||
|
Fungus.CommandInfoAttribute |
||||||
|
Fungus.FacingDirection |
||||||
|
Fungus.FloatVariable |
||||||
|
Fungus.Flowchart |
||||||
|
Fungus.FungusPrefs |
||||||
|
Fungus.LuaEnvironment |
||||||
|
Fungus.LuaUtils |
||||||
|
Fungus.GameObjectVariable |
||||||
|
Fungus.IntegerVariable |
||||||
|
Fungus.Label |
||||||
|
Fungus.MaterialVariable |
||||||
|
Fungus.MenuDialog |
||||||
|
Fungus.ObjectVariable |
||||||
|
Fungus.PODTypeFactory |
||||||
|
Fungus.PortraitState |
||||||
|
Fungus.SayDialog |
||||||
|
Fungus.SpriteVariable |
||||||
|
Fungus.StringVariable |
||||||
|
Fungus.Task |
||||||
|
Fungus.TextureVariable |
||||||
|
Fungus.TransformVariable |
||||||
|
Fungus.Variable |
||||||
|
Fungus.Vector2Variable |
||||||
|
Fungus.Vector3Variable |
||||||
|
|
||||||
|
# Extension types |
||||||
|
|
||||||
|
E:Fungus.LuaExtensions |
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 93fddea8208764a2dbb189cc238aed40 |
||||||
|
timeCreated: 1459937246 |
||||||
|
licenseType: Free |
||||||
|
TextScriptImporter: |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue