Show More
Commit Description:
Add very basic visitor simulation....
Commit Description:
Add very basic visitor simulation. Simulate visitors as a direct linear function of trees. This is very simplistic and looks simplistic (it's pretty easy to see visitors are always 1/10 of the trees).
File last commit:
Show/Diff file:
Action:
FNA/abi/Microsoft.Xna.Framework.Video.cs
5 lines | 368 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: TypeForwardedToAttribute(typeof(Microsoft.Xna.Framework.Media.VideoSoundtrackType))]
[assembly: TypeForwardedToAttribute(typeof(Microsoft.Xna.Framework.Media.Video))]
[assembly: TypeForwardedToAttribute(typeof(Microsoft.Xna.Framework.Media.VideoPlayer))]