Advertisement
Guest User

Untitled

a guest
Jan 28th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. Assets/Gaia/Scripts/JsonSerialiser/Converters/fsEnumConverter.cs(33,43): error CS0311: The type `System.FlagsAttribute' cannot be used as type parameter `TAttribute' in the generic type or method `Gaia.FullSerializer.Internal.fsPortableReflection.GetAttribute<TAttribute>(System.Reflection.MemberInfo)'. There is no implicit reference conversion from `System.FlagsAttribute' to `Attribute'
  2.  
  3. Assets/Gaia/Scripts/JsonSerialiser/Converters/fsForwardConverter.cs(16,6): error CS0641: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
  4.  
  5. Assets/Gaia/Scripts/JsonSerialiser/fsIgnoreAttribute.cs(8,6): error CS0641: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
  6.  
  7. Assets/Gaia/Scripts/JsonSerialiser/fsObjectAttribute.cs(9,6): error CS0641: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
  8.  
  9. Assets/Gaia/Scripts/JsonSerialiser/fsPropertyAttribute.cs(9,6): error CS0641: Attribute `System.AttributeUsageAttribute' is only valid on classes derived from System.Attribute
  10.  
  11. Assets/Gaia/Scripts/SessionSystem/GaiaSessionManager.cs(60,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  12.  
  13. Assets/Gaia/Scripts/SessionSystem/GaiaSessionManager.cs(63,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  14.  
  15. Assets/Gaia/Scripts/SessionSystem/GaiaSessionManager.cs(66,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  16.  
  17. Assets/Gaia/Scripts/SessionSystem/GaiaSessionManager.cs(69,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  18.  
  19. Assets/Gaia/Scripts/SpawningSystem/SpawnRule.cs(25,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  20.  
  21. Assets/Gaia/Scripts/SpawningSystem/SpawnRule.cs(27,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  22.  
  23. Assets/Gaia/Scripts/SpawningSystem/SpawnRule.cs(29,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  24.  
  25. Assets/Gaia/Scripts/SpawningSystem/Spawner.cs(30,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  26.  
  27. Assets/Gaia/Scripts/SpawningSystem/Spawner.cs(141,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  28.  
  29. Assets/Gaia/Scripts/SpawningSystem/Spawner.cs(307,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  30.  
  31. Assets/Gaia/Scripts/SpawningSystem/Spawner.cs(313,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  32.  
  33. Assets/Gaia/Scripts/SpawningSystem/Spawner.cs(319,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  34.  
  35. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(72,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  36.  
  37. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(78,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  38.  
  39. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(176,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  40.  
  41. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(237,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  42.  
  43. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(243,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  44.  
  45. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(249,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  46.  
  47. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(255,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  48.  
  49. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(261,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  50.  
  51. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(267,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
  52.  
  53. Assets/Gaia/Scripts/StampingSystem/Stamper.cs(273,10): error CS0616: `Gaia.FullSerializer.fsIgnoreAttribute': is not an attribute class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement