C# Scripting language

前端 未结 4 1151
刺人心
刺人心 2020-12-08 17:31

This is a somewhat odd question.

I want to provide a scripting language for modding games that I build for XNA. If I was deplying these games for the PC then I would

4条回答
  •  無奈伤痛
    2020-12-08 17:55

    Lua is often used for game scripting. World of Warcraft for example offers it for all its mod makers.

    Also take a look at these sites:

    1. C++
    2. C#

提交回复
热议问题